Xenserver Multipath Info: BRCTL Show
Xenserver Multipath Info: BRCTL Show
iscsiadm -m session
Note: You may need to use this command to figure out where to ping from
brctl show
Show info on virtual switches
Show all records in discovery database and show the targets that
were discovered from each record:
./iscsiadm -m discovery -P 1
To get information about the running sessions: including the session and
device state, session ids (sid) for session mode, and some of the
negotiated parameters, run:
iscsiadm -m session -P 2
Once you have this information you can execute the following command
/dev/sdb:
Timing buffered disk reads: 248 MB in 3.06 seconds = 81.08 MB/sec
[root@FsXENSVR109 ~]# hdparm -t /dev/sdb
To get the list of the pool’s on your XenServer type “xe pool-list”
Copy the UUID of the pool. If you have just one server, it will still have a pool
UUID as noted in the following screenshot:
Then type the following command to set the pool or server to allow auto-start:
xe pool-param-set uuid=UUID other-config:auto_poweron=true
Gather the UUID’s of the Virtual Machine you want to auto-start by typing:
xe vm-list
Note: This generates a list of Virtual Machines in your pool or server and their
associated UUID’s.
Copy the UUID of the Virtual Machines you want to auto-start, and type the
following command for each Virtual Machine to auto-start:
xe vm-param-set uuid=UUID other-config:auto_poweron=true
Note: Replace UUID with the UUID of the Virtual Machine to auto-start.