Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [Netdot - Support #1723] Cant add multi devices with      same
      domain ([email protected])
   2. [Netdot - Support #1769] Error when running make  installdb
      with PostgresQL 9.2 ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Thu, 9 Apr 2015 00:35:38 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Support #1723] Cant add multi
        devices with    same domain
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1723 has been updated by Awen Thomas.


Awen Thomas wrote:
> Management> Devices and Management> Assets, 
> "help":http://www.acalculator.com/tax-calculators.html
----------------------------------------
Support #1723: Cant add multi devices with same domain
https://osl.uoregon.edu/redmine/issues/1723#change-3280

Author: Rizal Nur
Status: New
Priority: Normal
Assignee: 
Category: Netdot
Target version: 1.0.4
Resolution: 


I have several machines that have the same domain. I want to add to the 
machine, but the error appears (because it has the same domain). After I check 
in Management> Devices and Management> Assets, there is only one device that 
appears. Is it possible to add devices with the same domain name?

Please your advice,
Thanks


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

Message: 2
Date: Thu, 9 Apr 2015 00:36:11 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Support #1769] Error when running
        make    installdb with PostgresQL 9.2
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1769 has been updated by Awen Thomas.


Awen Thomas wrote:
> DB_TYPE => 'Pg',
> 
>     DB_HOME is where the Database's commandline tools live 
> "Foo":http://www.acalculator.com/calculators.html . $DB_HOME/bin
>     should contain the binaries themselves, e.g. if "which mysql" gives
>     "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql"
> 
> DB_HOME => '/usr/bin',
> 
>     Set DB_DBA to the name of a DB user with permission to create new 
> databases
>     Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be 
> prompted
>     later)
> 
>     For mysql, you can try 'root'. For Pg, it is usually 'postgres'


----------------------------------------
Support #1769: Error when running make installdb with PostgresQL 9.2
https://osl.uoregon.edu/redmine/issues/1769#change-3281

Author: Anonymous
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: 


When running make installdb on a 64 bit CentOS 6 machine with PG 9.2 and Netdot 
1.0.4, I run into this error:

[root@vimes netdot-1.0.4]# make installdb
echo /usr/local/netdot > ./.prefix
Preparing to create netdot database
cd bin ; make installdb
make[1]: Entering directory `/home/jd/netdot-1.0.4/bin'
/usr/bin/perl initdb initdb

Creating Pg database netdot.
translate: Error with producer 'SQL::Translator::Producer::PostgreSQL': Can't 
use an undefined value as an ARRAY reference at 
/usr/local/share/perl5/SQL/Translator/Producer/PostgreSQL.pm line 340.
 at ../lib/DBUTIL.pm line 267.
make[1]: *** [_installdb] Error 255
make[1]: Leaving directory `/home/jd/netdot-1.0.4/bin'
make: *** [installdb] Error 2


The section of my Site.conf relating to databases:

#
# Database setup
#
#################################################################

#
# DB_TYPE defines what sort of database NetDoT trys to talk to
# [mysql|Pg]

DB_TYPE =>  'Pg',

# DB_HOME is where the Database's commandline tools live.  $DB_HOME/bin
# should contain the binaries themselves, e.g. if "which mysql" gives
# "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql"

DB_HOME => '/usr/bin',

# Set DB_DBA to the name of a DB user with permission to create new databases 
# Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be prompted
# later)

# For mysql, you can try 'root'.  For Pg, it is usually 'postgres'

DB_DBA          =>  'postgres',
DB_DBA_PASSWORD =>  'obfuscated',
 
#
# Set this to the Fully Qualified Domain Name of your database server.
# If the database is local, rather than on a remote host, using "localhost" 
# will greatly enhance performance.

DB_HOST =>  'localhost',

# If you're not running your database server on its default port, 
# specify the port the database server is running on below.  
# With mysql, it is usually safe to leave this blank.
# With Pg, you will probably want to use '5432'

DB_PORT => '5432',

#
# Set this to the canonical name of the interface NetDoT will be talking to the 
# database on.  If you said that the DB_HOST above was "localhost," this 
# should be too. This value will be used to grant NetDoT access to the database.
# If you want to access the NetDoT database from multiple hosts, you'll need
# to grant those database rights by hand.
#

DB_NETDOT_HOST =>  'localhost',

# set this to the name you want to give to the NetDoT database in 
# your database server. 

DB_DATABASE =>  'netdot',

# Set this to the name of the netdot database user

DB_NETDOT_USER =>  'netdot_user',

# Set this to the password used by the NetDoT database user
# *** Change This Before Installation***

DB_NETDOT_PASS =>  'obfusacated',


Please let me know what other info I can provide!



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 97, Issue 3
*******************************************

Reply via email to