The following default passwords are used for HP 3PAR storage systems:
Username | Password | Used for |
---|---|---|
3paradm | 3pardata | Management port (MGMT) for admin control |
Setupusr / root | (blank) | SP initial default credentials (before config) |
Spvar | 3V#rpar | SP default credentials (after config) |
3parcust | 3parInServ | SP default credentials, meant for customers to use |
You can easily update your vCenter Server Appliance (VCSA) offline by downloading a product patch ISO and via the CLI.
Download the latest patch from VMware Patch Download Center. Select VC from the Search by Product drop-down menu, then select the correct version (i.e. 6.0 or 6.5). Download the patch ISO and attach it to the VCSA.
Log in to the shell (using SSH or VMRC) and initiate the update:
software-packages stage --iso --acceptEulas
software-packages list --staged
software-packages install --staged
After the update has finished, you will have to reboot the VCSA.
Similar as on FreeBSD and Linux, you can add/remove static network routes through the command line with the route command. The syntax somewhat differs from Linux, though.
To add a route (e.g. subnet 192.168.3.0/24 to gateway 192.168.1.254):
sudo route -n add -net 192.168.3.0/24 192.168.1.254
To remove a route:
sudo route -n delete -net 192.168.3.0/24
To show the current route table, you can use netstat:
netstat -nr
Cisco's SF/SG 300/500 series managed switches have CLI access via Telnet and SSH but this is turned off by default, leaving only the web interface to manage the switch. You can enable Telnet and/or SSH via the web interface, enabling management via CLI.
The actual serial number of a Barracuda NG Firewall can be obtained remotely in two ways:
A very useful guide on how to download specific files (such as older versions of games) on Steam:
https://www.reddit.com/r/Steam/comments/611h5e/guide_how_to_download_older_versions_of_a_game_on/
DellEMC offers a free-to-try virtual appliance of DataDomain, allowing you to do a Try & Buy. You can download the appliance here:
https://www.emc.com/products-solutions/trial-software-download/data-domain-virtual-edition.htm