"delete /map1 license"
Tuesday, March 15, 2011
HOW-TO: Remove ILO2 license
You can remove license without reverting back to factory setting by logging into iLO2 using command line (telnet/secure shell) and execute command
"delete /map1 license"
"delete /map1 license"
Friday, March 4, 2011
HOW-TO: Mount a Windows share with smbmount
Make the directory you want to mount the share to.
Mount the share with user/pass:
If you wish to allow users on the linux side access to the share then you will need to alter the options. Adding in uid= or gid= to allow access to users or groups respectively by mounting the drive with there permissions. Here's an example:
mkdir /mnt/shareNext either...
Mount the share with user/pass:
smbmount //winpc/shared /mnt/share -o username=user,password=pass,rwOr mount the share without a user/pass (this is true if Everyone is still set)
smbmount //winpc/shared /mnt/share -o rwHopefully thats it. Now you can use the share. You cannot create symbolic links or chmod the system (this is restriction on the WinXP side).
If you wish to allow users on the linux side access to the share then you will need to alter the options. Adding in uid= or gid= to allow access to users or groups respectively by mounting the drive with there permissions. Here's an example:
smbmount //winpc/shared /mnt/share -o rw,uid=znxThis will mount the drive as if user znx had done it. Thus he will have rw access to the shared.
Subscribe to:
Posts (Atom)
How to use DiskSpd to simulate Veeam Backup & Replication disk actions
This HOW-TO contains information on how to use Microsoft© DiskSpd to simulate Veeam Backup & Replication disk actions to measure disk pe...
-
During troubleshooting of issue at my customer in OneView, I have noticed that there is a SSL certificate issue with one of iLO4 of BL460ge...
-
The wonderful security updates in Firefox (and Chrome) will give you the dreaded SSL_ERROR_BAD_MAC_ALERT . So no more ILO for you How to ...
-
During update from one version to another or sometimes when you reboot Zimbra you can get following error: "Error: Queue report unav...