About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Sunday 27 March 2011

VIOS Operation-3

Management of Virtual/Shared Devices:
To create a virtual target device that maps lv20 as a virtual disk for a client partition hosted by the vhost0 virtual server adapter :
# mkvdev -vdev lv20 -vadapter vhost0
To create a virtual target device that maps hdisk5 as a virtual disk for a client partition hosted by the vhost1 virtual server adapter :
# mkvdev -vdev hdisk5 -vadapter vhost1
To create a SEA that maps the physical Ethernet adapter ent4 as a virtual adapter for the clien tpartitions served by the virtual Ethernet adapters ent6 and ent7, using ent6 as the default adapter and 8 as the default id :


# mkvdev -sea ent4 -vadapter ent6,ent7 -default ent6 -defaultid 8
Assign IP Address:
# mktcpip -hostname <Hostname> -interface ent# -inetaddr <IP> -netmask -gateway <IP> -start
To remove a virtual target device vtscsi9 along with its backing lv:
# rmdev -vdev vtscsi9
To remove all virtual target device associated with backing device lv001 :
# rmdev -vdev lv001
To remove a specific virtual target device :
# rmdev -vtd vtscsi0







VIOS Operation-2

Device Configurations:


1) # cfgdev /*To configures the devices in the VIO server*/


2) # cfgdev -dev  /*To configures the devices attached to scsi0 adapter*/


3) # chdev -dev <****> -attr <attribute=value> -perm /*To change the attribute of a device permanently*/


4) # chpath -dev hdisk1 -pdev scsi0 -op disable /*To disable the path between hdisk1 and scsi0*/


5) # rmdev -dev /dev/cd0 /*To unconfigure the cd-rom device*/


6) # rmdev -recursive -dev scsi /*To unconfigure scsi adapter and its child devices*/


7) # rmdev -pdev pci0  /* To unconfigures the children of pci1 but not the PCI bus pci1 */
 

VIOS Operation

Commands to Backup VIOS:

1) # backupios -cd /dev/cd0 -cdformat /*Backup VIOS on CD*/

2) # backupios -cd /dev/dvd -udf   /*Backup VIOS on DVD */

3) # backupios -tape /dev/rmt0 /*Backup VIOS on Tape*/

4) # backupios -file /tmp/filename /*Backup VIOS on a file*/

5) # backupios -tape /dev/rmt0 -verify /*Verify the Backup*/


HMC Operations

This posts covers the steps to be followed in taking backup of Manager Partition Profile data.

The Operations Performed are:

Backup * Restore * Initialize * Delete

1) Taking Backup of Managed Partition Profile

Open HMC->On the Workpane->Select System Management->Servers->Select the desired the Managed System.

2) Once the Managed System is selected->Check the Check Box->Click on the >> icon that appears on the Managed System.

3) Right click on the >> icon->Select "Manage Partition Data"->Select "Backup/Restore/Delete/Initialize".