Sunday, November 13, 2016

How to add NIC/IP resource in VCS

Here's an actual server I worked on for adding a NIC resource.

# haconf -makerw


# hares -add vvrnic NIC db2inst_grp

VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors

# hares -modify vvrnic Device ce3

# hares -modify vvrnic NetworkType ether

# hares -add vvrip IP db2inst_grp

VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors

# hares -modify vvrip Device ce3
# hares -modify vvrip Address "10.67.196.191"
# hares -modify vvrip NetMask "255.255.254.0"


# hares -link vvrip vvrnic


# hagrp -enableresources db2inst_grp


# hares -online vvrip -sys server620


# haconf -dump -makero

No comments:

Post a Comment