Quick Reference Guide

Table Of Contents
RACADM Subcommands 85
Example
For SMB:
racadm remoteimage -c -a -l
'//192.168.0.180/dev/floppy.img' -u root -p calvin
For NFS:
racadm remoteimage -c -a -l
'192.168.0.180:/dev/floppy.img' -u root -p calvin
serveraction
NOTE: To use this subcommand, you must have Administrator privilege.
Description
Executes a server reset, power-up, power-down, or powercycle on the specified
server.
Usage
racadm serveraction [-m <server-
n>
] <action>
racadm serveraction [-a]
<action>
<options> Only apply to connect and deploy actions:
-u — user name
-p — password
-l — image path, use single quotes around the string
The image path can be on a Windows SMB mounted drive or
a Linux/Unix NFS mounted drive.
SMB mounted path:
//<
ipaddress
or
domain
name
>/<
share_name
>/<
path_to_image
>
NFS mounted path:
<
ipaddress
>:/<
path_to_image
>
The extension of
<
path_to_image
>
must be either
.iso
or
.img
.
Table 2-30. remoteimage Subcommand Options
Option Description