Appendix C: Factory Resetting A Blade To Prepare For A New Ov4Vc Build Or After A Failed Deployment On A Blade; Remove Server Entry From Icsp - HP Converged Architecture 700 Deployment Manual

With nimble storage
Table of Contents

Advertisement

Appendix C: Factory Resetting a Blade to Prepare for a New OV4VC
Build or After a Failed Deployment on a Blade
esxcli network vswitch standard uplink add --uplink-name=$VMNIC
--vswitch-name=vSwitch0
esxcli network ip interface ipv4 set --interface-name=vmk0 --ipv4=@ip_address@
--netmask=@net_mask@ --type=static
esxcli network ip route ipv4 add --gateway @gate_way@ --network default
esxcli network ip dns server remove --server "" -a
esxcli network ip dns server add --server @primary_dns_server@
esxcli network ip dns server add --server @alternate_dns_server@
esxcli system hostname set --host @host_name@ --domain @domain_name@
esxcli network vswitch standard portgroup set --portgroup-name "Management
Network" --vlan-id @vlan_id@
## Configure NTP
cat > /etc/ntp.conf << __END_NTP_CONFIG__
server @NTP_Server@
__END_NTP_CONFIG__
/sbin/chkconfig ntpd on
esxcli network firewall ruleset set --ruleset-id ntpClient --enabled yes
/etc/init.d/ntpd start
## Configure MAC address
esxcfg-advcfg -s 1 /Net/FollowHardwareMac
# rename local datastore
vim-cmd hostsvc/datastore/rename datastore1 "$(hostname -s)-localdatastore"
services.sh restart
## Install Nimble Connection Manager ##
wget -P /vmfs/volumes/"$(hostname -s)-localdatastore"/
http://mgmtvm-ca700.hpe.net/deployment/Media/Nimble/nimble-ncm-for-esx6.5-4.1.0-650005.zip
esxcli software vib install -d /vmfs/volumes/"$(hostname
-s)-localdatastore"/nimble-ncm-for-esx6.5-4.1.0-650005.zip
## post-install script
### DO NOT MODIFY THE CODE BELOW. IT WILL RESULT IN BUILD PLAN FAILURE ###
%post --interpreter=python --ignorefailure=true
import time
stampFile = file("/finished.stamp", mode="w")
stampFile.write( time.asctime() )
Appendix C: Factory Resetting a Blade to Prepare for a New OV4VC Build
or After a Failed Deployment on a Blade
If a problem arises during the deployment of a blade with OV4VC Grow Cluster, you can restart the deployment
process. To reset the environment before retrying the deployment, perform the following tasks:
Remove the server entry from HPE ICsp, if needed.
Power down and remove the profile from HPE OneView, if needed.
Connect to iLO and use Intelligent Provisioning to reset the blade.

Remove Server Entry from ICsp

Depending on the error message that you received when you were performing the grow cluster, and the step
at which the error happened, you might need to delete the server entry in ICsp.
Note
Alternatively, the server entry might have already been removed for you, or you might not have reached
the step of registering it in ICsp, so do not be alarmed if it is not there.
©
Copyright
2017 by Nimble Storage, Inc. All rights reserved.
Documentation Feedback
106

Advertisement

Table of Contents
loading

Table of Contents