Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datatrack Tracker2750 1

Status
Not open for further replies.

dulfo666

Technical User
Jan 1, 2007
488
0
0
GB
We use the above for our alarm monitoring. I am now suffering frombrain freeze. I need to configure a new box. And add 'users' on to it. I havent done this for over a year.

Anybody got a simple guide for adding new users to the tracker. I have full root access. I know the adduser command, just can't remember how to assign the menu to the user.

Old age catches up on all of us in the end.
 
Good old Trackers! Is this what you are after?

login: root
password: ********

==============================

The system was re-booted.

==============================

DTJShell (DTJ Unix shell 1.2)
/root>config2750

Loading..

TEKTIPS - Fri 19 Jun 2009 - 13:13


Tracker 2750 Configuration Menu v1.0
====================================

(Changes only effective after restart)

1) System Settings
2) Serial Ports
3) Managed LAN Devices
4) Dial-in Access
5) Alert Delivery
6) Digital Cards
7) Applications
8) Administration
9) Commit Changes & Restart
Q) Quit & Abandon Changes

Administration
==============

1) Set Date & Time
2) Change User Passwords
3) View Hardware Status
4) View Configuration Change Log
5) View Installed Cards
6) Enter Root Shell
7) Install/Remove Applications
X) Return to previous menu

Select an option: 2


TEKTIPS - Fri 19 Jun 2009 - 11:28


Change User Passwords
=====================

1) User 'engineer'
2) User 'connor'
3) User 'terminator'
4) User 'admin'
X) Return to previous menu

Select an option: x


All the best

Firebird Scrambler
Meridian 1 / Succession and BCM / Norstar Programmer in the UK

If it's working, then leave it alone!.
 
Below is some details i have on adding users in the root of the tracker.

Examples of Adding a New User

Assume user name 'David'


David sees admin menu on login.
adduser –s config2700 –h /data –g root david

David sees Engineer menu on login.
adduser –s “menu /etc/config/engineer.menu” –h /data david

David is connected directly to telnet service on network managed device 1 on login.
adduser –s “telnet managed1” –h /data david

David is connected directly to serial port 1 on login. Connection times out after 10 min.
adduser –s “tip -t 10 –f –l serial1” –h /data david

Then navigate to cd /etc/config and assuming your copying the engineer menu type cp engineer.cmd david.cmd, replace david wth your new menu name.
 
macca12 Perfect. Just what I was after. As son as I saw the commands it came flooding back.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top