access: All users
Displays the current mountpoints on the Service Processor:
sp get mounts [{-l | --local} MOUNTPOINT] [-H | --noheader] [{-D | --delim <DELIMITER>}]
| Arguments | Description |
|---|---|
| {-l | --local} | Specifies the local mountpoint. If you do not specify -l, /mnt is implicit as the local mountpoint. |
| { -H | --noheader } | Suppresses column headings. |
| { -D | --delim } | Delimits columns with the specified delimiter. Headings are also delimited unless suppressed. The delimiter can be any character or string. |
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. |
| NWSE_InvalidArgument | 4 | One or more arguments were incorrect or invalid. The specified mount point is invalid. |
| NWSE_NotFound | 5 | Mount point was not found. |
| NWSE_NoMemory | 8 | Insufficient memory. |
| NWSE_Busy | 9 | Device or resource is busy. |
| NWSE_RPCConnected | 11 | RPC client already connected. |
| NWSE_RPCConnRefused | 12 | RPC connection refused. |
| NWSE_NoRouteToHost | 13 | No route to host (network down). |
| NWSE_HostDown | 14 | Host is down. |
| NWSE_NotMounted | 21 | File system is not mounted. |