Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column

It is added alias name(virtual name) on original host name of Windows O.S.
Once this is defined and assigned, the node responds to its own NetBIOS name and the node alias name.
If an application communicates using the NetBIOS hostname rather than an IP address, This resource should be defined and assigned.


Column
width350px


Panel

Table of Contents

Table of Contents
maxLevel4


 

...

Warning

In order to use Virtual Name resource, Server service must be running.

  1. When add a resource from a group name, select a group → right click → 'Add Resource'. 
    Select 'VirtualName' → "Add Resource".
    Or select "Edit(E)" from the main menu bar select "Add Resource". Or select "Add Resource" icon from the toolbar.

  2. Select "VirtualName" from Resource Type lists and click the '"Next' " button. 
  3. Enter the resource name and virtual computer name.

    [Figure] Adding virtual name resource

  4. As Additional Setting,  IP IP Resource, DNS Server and Domain Name option is available. Click 'OK' buttonthe "OK"  button.


    Info

    IP Resource: Select the IP address resource to bind with virtual computer name.
    DNS Server: Enter IP address of DNS server.
    Domain Name: Enter domain name.


    [Figure] Additional Setting of Virtual name resource

  5. Click the '"Finish' " button to add the virtual name resource.

Deleting

Select resource "Resource type" → right click → delete resource.

...

The following table explains the state of virtual name resource.

가상이름 에이전트: 윈도우 기반 NetBIOS 이름을 관리합니다Virtual Naming Agent: Manages NetBIOS names which are based on Windows.

StateAgent commandDescriptionNote

Online

A virtual name is assigned on a node and a client can access through it.

Offline

An assigned virtual name is removed. 


Monitoring

Verify state of a 'Server Service' called on Windows SCM(Service Control Manager) and existence of virtual name.


Offline

A virtual name is removed from a node.

Online

A virtual name is assigned on a node.


Monitoring

Verify state of a 'Server Service' called on Windows SCM(Service Control Manager) and existence of virtual name.


Fault

If a 'Server Service' called on Windows SCM(Service Control Manager) is stopped abnormally, or not taken offline this resource through MCCS.

Online

A virtual name is assigned on a node.


OfflineAn assigned virtual name is removed. 

...

Specified attribute values are normally entered when add the resource, This value can be edited or viewed through 'Specified Attribute' table in the Resource Attributes tab on the detailed information panel.


Info

MCCS has function to limit input values against user's input field, and it provides function detects automatically data which is input wrong by user's mistake.


NetBios Command

Syntax

Code Block
 netbiosutil [option] [name]

...

This utility support users to easily use the virtual name resource by using the NetBios commands.
It provides the following options(NetBios name should be entered as an uppercase).)

Option

Description

-addfile name

Add the NetBios name to the server service.

-delfile name

Delete the NetBios name registered in the server service.

-addmesg nameAdd the NetBios name to the messenger service.
-delmesg nameDelete the NetBios name registered in the messenger service.
-addwork nameAdd the NetBios name to the workstation service.
-chkfile name

Enter the NetBios name registered in the server service to check the information.

  1. Name Type
  2. MAC address
  3. Name registered at
-chkmesg nameEnter the NetBios name registered in the messenger service to check the information.
-chkwork nameEnter the NetBios name registered in the workstation service to check the information.

-flush

Refresh the NatBios table.

no optionIf there is no option, help words will be displayed.

...