Read More ->>
Wednesday, January 30, 2013
Session Reliability, Frozen Screens and The Hourglass of Death
http://blogs.citrix.com/2013/01/23/session-reliability/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+CitrixBlogs+%28Citrix+Blogs%29
Friday, January 25, 2013
Run Command Shortcuts for Administrative Tools
Run Command Shortcuts for Administrative Tools
Thanks to Brian.
I’m always looking for ways to
make my job easier. Knowing shortcuts to the commonly used admin
tools that you use is one of the best ways. Take a look below for
your favorites and remember them…
Not only will it save you a ton of
time but also make you look more intelligent!!!
| Console |
Command
|
|
|
|
|
AD Domains and Trusts
|
domain.msc
|
|
Active Directory
Management
|
admgmt.msc
|
|
AD Sites and Services
|
dssite.msc
|
|
AD Users and Computers
|
dsa.msc
|
|
ADSI Edit
|
adsiedit.msc
|
|
Authorization manager
|
azman.msc
|
|
Certification Authority
Management
|
certsrv.msc
|
|
Certificate Templates
|
certtmpl.msc
|
|
Cluster Administrator
|
cluadmin.exe
|
|
Computer Management
|
compmgmt.msc
|
|
Component Services
|
comexp.msc
|
|
Configure Your Server
|
cys.exe
|
|
Device Manager
|
devmgmt.msc
|
|
DHCP Management
|
dhcpmgmt.msc
|
|
Disk Defragmenter
|
dfrg.msc
|
|
Disk Manager
|
diskmgmt.msc
|
|
Distributed File
System
|
dfsgui.msc
|
|
DNS Management
|
dnsmgmt.msc
|
|
Event Viewer
|
eventvwr.msc
|
|
Indexing Service
Management
|
ciadv.msc
|
|
IP Address Manage
|
ipaddrmgmt.msc
|
|
Licensing Manager
|
llsmgr.exe
|
|
Local Certificates
Management
|
certmgr.msc
|
|
Local Group Policy
Editor
|
gpedit.msc
|
|
Local Security Settings
Manager
|
secpol.msc
|
|
Local Users and Groups
Manager
|
lusrmgr.msc
|
|
Network Load balancing
|
nlbmgr.exe
|
|
Performance Monitor
|
perfmon.msc
|
|
PKI Viewer
|
pkiview.msc
|
|
Public Key Management
|
pkmgmt.msc
|
|
QoS Control Management
|
acssnap.msc
|
|
Remote Desktops
|
tsmmc.msc
|
|
Remote Storage
Administration
|
rsadmin.msc
|
|
Removable Storage
|
ntmsmgr.msc
|
|
Removable Storage Operator
Requests
|
ntmsoprq.msc
|
|
Routing and Remote Access
Manager
|
rrasmgmt.msc
|
|
Resultant Set of
Policy
|
rsop.msc
|
|
Schema management
|
schmmgmt.msc
|
|
Services Management
|
services.msc
|
|
Shared Folders
|
fsmgmt.msc
|
|
SID Security Migration
|
sidwalk.msc
|
|
Telephony Management
|
tapimgmt.msc
|
|
Terminal Server
Configuration
|
tscc.msc
|
|
Terminal Server Licensing
|
licmgr.exe
|
|
Terminal Server
Manager
|
tsadmin.exe
|
|
UDDI Services Management
|
uddi.msc
|
|
Windows Management
Instrumentation
|
wmimgmt.msc
|
|
WINS Server manager
|
winsmgmt.msc
|
Read More ->>
Tuesday, January 15, 2013
Monday, January 14, 2013
No Local Storage after XenServer installation
After installation of XenServer 6.0.2 the Local Storage SR doesn't
appear.
Does running "fdisk -l" show you a device with 3 partitions
?
Example:
ro ot@xenserver
/ # fdisk -l
Disk /dev/sda: 160.0 GB, 1600000000 00 bytes
255 heads, 63 sectors/tr ack, 19452
cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 499 4008186 83 Linux
/dev/sda2 500 998 4008217+ 83 Linux
/dev/sd a3 999 19452 148231755 83
Linux
Does running "fdisk -l" show you a device with 3 partitions
Disk /dev/sda: 160.0 GB, 1600000000
255 heads, 63 sectors/tr
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 499 4008186 83 Linux
/dev/sda2 500 998 4008217+ 83 Linux
/dev/sd
Then you should be able to create a Local Storage via the CLI
(XenCenter
is for shared storage). You need to know the SCSI device
associated with this 3rd partition. Listing
/dev/disk/ by-id via ls command will help.
Example:
ro ot@xenserver
/ # ls -l /dev/disk/ by-id/
total 0
lrwxrwxrwx 1 root root 9 Apr 5 12:51
scsi-SATA_ ST3160815AS_ 9RX53PHQ ->
../../sda
lrwxrwxrwx 1 root root 10 Apr 5 12:51
scsi-SATA_ ST3160815AS_ 9RX53PHQ-par t1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Apr 5 12:51
scsi-SATA_ ST3160815AS_ 9RX53PHQ-par t2 ->
../../sda2
lrwxrwx rwx 1 root root 10 Apr 5 12:51
scsi-SATA_ ST3160815AS_ 9RX53PHQ-par t3 ->
../../sda3
total 0
lrwxrwxrwx
lrwxrwxrwx
lrwxrwxrwx
lrwxrwx
Now you can use the sr-create command. You need to first get the host universal
unique Id via xe host-list
xe sr-create type=ext content-ty
pe=user host-uuid= <UUID of the XenServer
host> shared=fal se name-label ="Local Storage"
device-con fig:device=/ dev/disk/by- id/<SCSI
ID>
In my case, SCSI ID would be: scsi-SA TA_ST3160815 AS_9RX53PHQ- part3 and
the command to create would be:
xe sr-create type=ext content-ty pe=user
host-uuid= c9383181-27b e-43dc-9a39- bf9b801582e8
shared=fals e name-label ="Local Storage"
device-con fig:device=/ dev/disk/by- id/scsi-SATA _ST3160815AS _9RX53PHQ-pa rt3
xe sr-create type=ext content-ty
In my case, SCSI ID would be: scsi-SA
xe sr-create type=ext content-ty
Read More ->>
Subscribe to:
Posts (Atom)