Naming Standards/Conventions
Results 1 to 2 of 2

Thread: Naming Standards/Conventions

  1. #1
    Registered User Bigtimbre's Avatar
    Join Date
    Apr 2001
    Location
    Anchorage, AK
    Posts
    134

    Post Naming Standards/Conventions

    Hello Everyone!
    I've got more of a discussion question than a problem. I'm currently going through a NDS Design and Implementation class as i make my way towards CNE. We've begun discussing Naming Standards documents, and it got me wondering. Does a universal convention exist? There are some things, like Novell lists file servers as FS in the books, but is there one standard that people adhere too? I know that VB programmers have a standard convention that they adhere too, but I haven't been able to find any such thing for the Networking/Novell world....
    So I was wondering what sort of standard you all use....

  2. #2
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232

    Post

    Refer to this: http://developer.novell.com/research...4/february/01/

    Basically as the article says, there is no standard naming convention. However it is important to adopt one for your particular company. Our company has elected to name its servers in this way:

    CAYYZ01

    Where CA is the two letter abbreviation for Canada, YYZ is the airport code for Toronto, and 01 is the server number with lower numbers meaning more important servers. Number 01 is the main server in that city.

    We have a server in Seattle, it's named USSEA01. Our workstations are similarly named CAYYZWS001 and so on, the WS stands for workstation.

    You can get really anal and name all of your objects in this way, however you need to make it uncomplicated for your users. Our printer queues are named very simply, like PLOTTER or HP5000N so an end user setting up a printer can find the queue they should be using. Not some crazy name like CAYYZPR01.

    Something we have found beneficial is to make each user's login name their full name (first name, space, last name). This prevents problems since we have about 5 people all with the first name Mark. People move around a lot between offices, so this makes it easy to move user's accounts without worrying about conflicting with an existing user in that office.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •