Setup guide
- To restore a system image to a managed server
>rcxadm image restore -server blade07 -version 2 <RETURN>
- To delete a system image
>rcxadm image delete -server blade07 -version 2 <RETURN>
- To display a list of all system images
>rcxadm image list -type backup -server blade07 <RETURN>
SERVERNAME VERSION BACKUPDATE COMMENT
---------- ------- ---------- -------
blade07 2 2007/11/01-10:06:35 Database Server-1
blade07 3 2007/11/12-15:16:55 Database Server-2
- To display a list of all system images
>rcxadm image list -type backup <RETURN>
SERVERNAME VERSION BACKUPDATE COMMENT
---------- ------- ---------- -------
blade01 2 2007/11/01-10:06:35 Application Server-1
blade01 3 2007/11/12-15:16:55 Application Server-2
blade05 2 2007/12/01-10:06:35 File Server-1
blade05 3 2007/12/12-15:16:55 File Server-2
blade07 2 2007/01/31-20:46:25 Database Server-1
- To collect a cloning image
>rcxadm image create -server blade01 -name AppImage -comment "Windows" <RETURN>
- To deploy a cloning image
>rcxadm image deploy -server blade08:db02,blade09 -name AppImage -version 2 <RETURN>
- To delete a cloning image
>rcxadm image delete -name AppImage -version 2 <RETURN>
- To display a list of image versions for a given cloning image
>
rcxadm image list -type cloning -name AppImage <RETURN>
NAME VERSION CREATIONDATE COMMENT
---- ------- ------------ -------
AppImage 1 2008/11/12-16:54:05 Windows
AppImage 2 2008/11/13-10:16:53 Windows+patch
- To display a list of all cloning images
>
rcxadm image list -type cloning <RETURN>
NAME VERSION CREATIONDATE COMMENT
---- ------- ------------ -------
AppImage 1 2008/11/12-16:54:05 Windows
AppImage 2 2008/11/13-10:16:53 Windows+patch
DBImage 1 2008/11/13-13:21:38 Redhat
DBImage 2 2008/11/14-04:39:27 -
- 22 -